home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0116.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  2.3 KB  |  56 lines

  1. In article <jba.1.001525BD@cie-2.uoregon.edu> jba@cie-2.uoregon.edu (John Anderson) writes:
  2.  
  3. >Is there a news reaser other than Trumpet that is any good.  I really like 
  4. >NewsWatcher for the Mac.  Is there something similar for Windows?
  5.  
  6. To be grossly simplistic:  not really; not yet.  Try WinVN for an
  7. alternate look at the news; pray for the day someone smashes the two
  8. of them together and comes up with something that begins to approach
  9. the functionality and power of one of the UNIX-based command-line
  10. newsreaders.
  11.  
  12. + Michael
  13.  
  14.  ___________________________________________________________________________
  15.  Michael J. Tardiff             206.528.8102             tardiff@halcyon.com
  16.  Seattle, Washington USA       "On the Internet, nobody knows you're a dog."
  17.  Western Star Consulting helps small business use computers and the Internet 
  18.  
  19. From news@bigblue.oit.unc.edu Thu Apr  7 02:42:49 1994
  20. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  21.           id AA18509; Thu, 7 Apr 1994 02:42:49 -0400
  22. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  23.           id AA16824; Thu, 7 Apr 1994 01:35:21 -0500
  24. Received: from GATEWAY by bigblue with netnews
  25.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  26. To: winsock@sunsite.unc.edu
  27. Date: Tue, 5 Apr 1994 23:19:04
  28. From: icode@teleport.com (Mark Clouden)
  29. Message-Id: <icode.1.00175208@teleport.com>
  30. Organization: DFM, Inc.
  31. Sender: ses
  32. Subject: Curious behaviour from winsock
  33.  
  34. I wonder how many have asked this question before, or alternatively, how many 
  35. will tell me how obvious my problem is?
  36.  
  37. When using non blocking sockets with lingering enabled (l_onoff=1, 
  38. l_linger!=0), I call closesocket and get WSAEWOULDBLOCK back. Now great, I 
  39. expected that, but where is my notification message when it does close?? Or 
  40. actually, when will it close? - because according to my network monitor app 
  41. the socket is still connected.
  42.  
  43. I have confirmed that it is not my code - although could easily be my 
  44. reasoning, by using WSATest (a wonderful help).
  45.  
  46. Basically I have switched to abrubt disconnectes unless someone can point out 
  47. the err of my ways. 
  48.  
  49. I have tried this with Distinct TCP/IP and DEC Pathworks 4.1 and Pathworks 5.0 
  50. beta.
  51.  
  52. Thanks for any help. I dont now how long I have gone without seeing that this 
  53. was happening.
  54.  
  55.  
  56.